home *** CD-ROM | disk | FTP | other *** search
- var §\x01§ = 706;
- while(true)
- {
- if(eval("\x01") == 706)
- {
- set("\x01",eval("\x01") - 35);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 183)
- {
- set("\x01",eval("\x01") + 327);
- prevFrame();
- break;
- }
- if(eval("\x01") == 302)
- {
- set("\x01",eval("\x01") + 302);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 234);
- }
- }
- else
- {
- if(eval("\x01") == 469)
- {
- set("\x01",eval("\x01") + 325);
- prevFrame();
- §§constant(115)(§§pop()[§§pop()],§§pop(),§§pop());
- break;
- }
- if(eval("\x01") != 271)
- {
- if(eval("\x01") == 602)
- {
- set("\x01",eval("\x01") - 58);
- this[§§constant(12)] = -495;
- eval(§§constant(1))[§§constant(43)][§§constant(121)][§§constant(122)](this[§§constant(23)],5);
- this[§§constant(23)][§§constant(91)] = eval(§§constant(5))[§§constant(20)][§§constant(21)][§§constant(22)](this,this[§§constant(109)]);
- this[§§constant(23)][§§constant(24)] = false;
- this[§§constant(72)][§§constant(124)](§§constant(123),this);
- }
- else
- {
- if(eval("\x01") == 565)
- {
- set("\x01",eval("\x01") - 294);
- break;
- }
- if(eval("\x01") == 743)
- {
- set("\x01",eval("\x01") + 104);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 717)
- {
- set("\x01",eval("\x01") - 248);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 325);
- }
- continue;
- }
- if(eval("\x01") == 319)
- {
- set("\x01",eval("\x01") + 246);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 294);
- }
- continue;
- }
- if(eval("\x01") == 253)
- {
- set("\x01",eval("\x01") + 449);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 41);
- }
- continue;
- }
- if(eval("\x01") == 702)
- {
- set("\x01",eval("\x01") + 41);
- §§push(ord(§§pop()));
- break;
- }
- if(eval("\x01") == 294)
- {
- set("\x01",eval("\x01") + 25);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 441)
- {
- set("\x01",eval("\x01") - 147);
- return §§pop()[§§pop()][0][§§constant(24)][2][§§constant(24)][0][§§constant(36)];
- }
- if(eval("\x01") == 847)
- {
- set("\x01",eval("\x01") - 245);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 58);
- }
- continue;
- }
- if(eval("\x01") == 510)
- {
- set("\x01",eval("\x01") + 261);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 544)
- {
- set("\x01",eval("\x01") - 242);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 370)
- {
- set("\x01",eval("\x01") - 235);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 794)
- {
- set("\x01",eval("\x01") - 505);
- if(!_global.clickx)
- {
- _global.clickx = new Object();
- }
- §§pop();
- if(!_global.clickx.ui)
- {
- _global.clickx.ui = new Object();
- }
- §§pop();
- if(!_global.clickx.ui.UIBanner)
- {
- clickx.ui.UIBanner extends MovieClip;
- var _loc2_ = clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.prototype;
- _loc2_.fadeInImage = function(imgNumber)
- {
- this.currentImageNumber = imgNumber;
- clearInterval(this.intervalId);
- this.clipCounter = this.clipCounter + 1;
- this.imageHolder_mc.createEmptyMovieClip("image" + this.clipCounter + "_mc",this.imageHolder_mc.getNextHighestDepth());
- this.imageHolder_mc["image" + this.clipCounter + "_mc"].createEmptyMovieClip("container_mc",1);
- this.imageHolder_mc["image" + this.clipCounter + "_mc"].container_mc.loadMovie(this.imageArray[imgNumber].image);
- this.imageHolder_mc["image" + this.clipCounter + "_mc"]._alpha = 0;
- this.imageHolder_mc["image" + this.clipCounter + "_mc"]._clipNumber = this.clipCounter;
- this.imageHolder_mc["image" + this.clipCounter + "_mc"]._imgNumber = imgNumber;
- this.imageHolder_mc["image" + this.clipCounter + "_mc"].onEnterFrame = mx.utils.Delegate.create(this,this.loadImage);
- };
- _loc2_.loadImage = function()
- {
- var _loc2_ = this.imageHolder_mc["image" + this.clipCounter + "_mc"].container_mc.getBytesLoaded() / this.imageHolder_mc["image" + this.clipCounter + "_mc"].container_mc.getBytesTotal() * 100;
- if(_loc2_ == 100)
- {
- this.fadeOutImage(this.clipCounter - 1);
- this.setNextImageInterval(this.currentImageNumber);
- this.imageHolder_mc["image" + this.clipCounter + "_mc"].onEnterFrame = function()
- {
- this._alpha += 5;
- if(this._alpha >= 100)
- {
- delete this.onEnterFrame;
- }
- };
- }
- };
- _loc2_.setNextImageInterval = function(imgNumber)
- {
- if(this.imageArray.length > 1)
- {
- if(imgNumber + 1 < this.imageArray.length)
- {
- this.intervalId = setInterval(mx.utils.Delegate.create(this,this.fadeInImage),this.intervalTime,imgNumber + 1);
- }
- else
- {
- this.intervalId = setInterval(mx.utils.Delegate.create(this,this.fadeInImage),this.intervalTime,0);
- }
- }
- };
- _loc2_.fadeOutImage = function(clipNumber)
- {
- this.imageHolder_mc["image" + clipNumber + "_mc"].onEnterFrame = function()
- {
- this._alpha -= 2;
- if(this._alpha <= 0)
- {
- delete this.onEnterFrame;
- this.removeMovieClip();
- }
- };
- };
- _loc2_.setImages = function(iArray)
- {
- if(this.imageHolder_mc["image" + this.clipCounter + "_mc"] != undefined)
- {
- this.imageHolder_mc["image" + this.clipCounter + "_mc"].removeMovieClip();
- }
- clearInterval(this.intervalId);
- this.imageArray = iArray;
- };
- _loc2_.startSlideShow = function()
- {
- clearInterval(this.intervalId);
- this.fadeInImage(0);
- };
- _loc2_.setIntervalTime = function(iMilliSeconds)
- {
- this.intervalTime = iMilliSeconds;
- };
- _loc2_.stopSlideShow = function()
- {
- clearInterval(this.intervalId);
- };
- _loc2_.onPress = function()
- {
- if(this.imageArray[this.currentImageNumber].link != undefined && this.imageArray[this.currentImageNumber].link != "" && this.imageArray[this.currentImageNumber].link != "undefined")
- {
- clickx.shell.Shell.getInstance().launchURL(this.imageArray[this.currentImageNumber].link);
- }
- };
- _loc2_.intervalTime = 12000;
- §§push(ASSetPropFlags(clickx.ui.UIBanner.prototype,null,1));
- }
- §§pop();
- break;
- }
- if(eval("\x01") == 358)
- {
- set("\x01",eval("\x01") - 105);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 604)
- {
- set("\x01",eval("\x01") - 234);
- break;
- }
- if(eval("\x01") == 605)
- {
- set("\x01",eval("\x01") - 164);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 147);
- }
- continue;
- }
- if(eval("\x01") == 135)
- {
- set("\x01",eval("\x01") + 48);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 327);
- }
- continue;
- }
- if(eval("\x01") == 487)
- {
- set("\x01",eval("\x01") + 118);
- §§push(true);
- continue;
- }
- if(eval("\x01") == 344)
- {
- set("\x01",eval("\x01") + 143);
- toggleHighQuality();
- prevFrame();
- §§pop()[§§pop()] = §§pop() + §§pop();
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.currentImageNumber.clearInterval();
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.getNextHighestDepth.image(_loc2_,true,"imageHolder_mc");
- §§pop()[§§pop()] = §§pop();
- _loc2_._mc = function(val)
- {
- this.getNextHighestDepth.createEmptyMovieClip(val);
- };
- _loc2_.container_mc = function(val)
- {
- this.getNextHighestDepth.imageArray(val);
- };
- _loc2_.loadMovie = function()
- {
- return this.getNextHighestDepth._alpha();
- };
- _loc2_._clipNumber = function()
- {
- return this.getNextHighestDepth._imgNumber();
- };
- _loc2_.onEnterFrame = function(id)
- {
- this.loadImage.mx(id);
- };
- _loc2_.utils = function()
- {
- this.getNextHighestDepth.intervalId = false;
- this.currentImageNumber.intervalId = false;
- this.Delegate.intervalId = false;
- };
- _loc2_.create = function()
- {
- this.currentImageNumber.intervalId = false;
- };
- getBytesLoaded(clickx.ui.UIBanner.MovieClip,null,1);
- break;
- }
- if(eval("\x01") == 771)
- {
- set("\x01",eval("\x01") - 427);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 143);
- }
- continue;
- }
- if(eval("\x01") != 853)
- {
- if(eval("\x01") != 671)
- {
- break;
- }
- set("\x01",eval("\x01") + 182);
- if(§§pop())
- {
- set("\x01",eval("\x01") - 495);
- }
- continue;
- }
- set("\x01",eval("\x01") - 495);
- toggleHighQuality();
- §§enumerate(§§pop());
- §§pop()[§§enumeration()][§§constant(81)] = _loc2_[§§constant(61)];
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(70)][§§constant(82)] = 0;
- if(clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(70)][§§constant(82)] < clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(70)][§§constant(83)])
- {
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(72)].loadImage = true;
- }
- else
- {
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(72)].loadImage = false;
- }
- var _loc3_ = _loc2_[§§constant(84)];
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(85)] = _loc2_.getInstance;
- if(_loc3_[§§constant(86)] > 45)
- {
- _loc3_ = _loc3_[§§constant(87)](0,45) + §§constant(88);
- }
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(89)][§§constant(61)] = _loc3_;
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(89)][§§constant(59)] = §§constant(60);
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(90)][§§constant(91)] = clipCounter._alpha._clipNumber._imgNumber(clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- },clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.Shell);
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(90)][§§constant(92)] = clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(89)][§§constant(93)];
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.onEnterFrame[§§constant(94)][§§constant(61)] = _loc2_[§§constant(95)];
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.getInstance = _loc2_[§§constant(84)];
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }[§§constant(96)] = _loc2_[§§constant(97)];
- if(clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc != undefined)
- {
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc[§§constant(98)]();
- }
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip[§§constant(99)]("container_mc",1);
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc[§§constant(64)] = 7;
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc[§§constant(99)]("setInterval",1);
- if(_loc2_[§§constant(100)] != undefined && _loc2_[§§constant(100)] != §§constant(101) && _loc2_[§§constant(100)] != "create")
- {
- if(clickx[""][§§constant(102)][§§constant(103)]() == §§constant(104))
- {
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc.setInterval[§§constant(107)](clickx[§§constant(105)][§§constant(106)]() + _loc2_[§§constant(100)]);
- }
- else
- {
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc.setInterval[§§constant(107)](_loc2_[§§constant(100)]);
- }
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }._mc = true;
- }
- else
- {
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }._mc = false;
- }
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip[§§constant(99)]("stopSlideShow",2);
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.setIntervalTime = 109;
- clickx[""]["undefined"].shell(clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.stopSlideShow,0,1,0,0,clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.setIntervalTime,200,109);
- clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.container_mc[§§constant(108)](clickx.ui.UIBanner = function()
- {
- super();
- this.clipCounter = 0;
- }.createEmptyMovieClip.stopSlideShow);
- §§pop()[§§pop()] = §§pop();
- _loc2_[§§constant(109)] = function()
- {
- var _loc2_ = "create";
- if(clickx[""][§§constant(102)][§§constant(103)]() == §§constant(110))
- {
- _loc2_ = clickx[§§constant(105)][§§constant(106)](true) + §§constant(111);
- }
- else
- {
- _loc2_ = clickx[§§constant(105)][§§constant(106)](true) + §§constant(112);
- }
- if(this[§§constant(96)] == §§constant(84))
- {
- clickx.launchURL.ASSetPropFlags[§§constant(50)]()[§§constant(51)](this[§§constant(85)]);
- }
- else if(this[§§constant(96)] == §§constant(113))
- {
- clickx.launchURL.ASSetPropFlags[§§constant(50)]()[§§constant(114)](_loc2_ + this[§§constant(85)]);
- }
- else
- {
- clickx.launchURL.ASSetPropFlags[§§constant(50)]()[§§constant(115)](_loc2_ + this[§§constant(85)]);
- }
- };
- _loc2_[§§constant(116)] = function(groupId, softId)
- {
- if(this.imageHolder_mc > -495)
- {
- this.Delegate = softId;
- this.getBytesLoaded = groupId;
- this.onEnterFrame.loadImage = false;
- this.imageArray = clipCounter._alpha._clipNumber._imgNumber(this,this.utils);
- }
- else
- {
- this.getBytesTotal(groupId,softId);
- this.imageArray = clipCounter._alpha._clipNumber._imgNumber(this,this.clearInterval);
- }
- };
- _loc2_[§§constant(117)] = function()
- {
- return this.imageHolder_mc <= -495 ? false : true;
- };
- _loc2_[§§constant(118)] = function()
- {
- this.onEnterFrame.loadImage = false;
- this.imageArray = clipCounter._alpha._clipNumber._imgNumber(this,this.fadeOutImage);
- };
- _loc2_[§§constant(119)] = function(percent)
- {
- this[§§constant(70)][§§constant(82)] = getNextHighestDepth.link(this[§§constant(70)][§§constant(83)] / 100 * percent);
- };
- §§push(_loc2_);
- §§push(§§constant(120));
- }
- §§pop()[§§pop()] = §§pop();
- _loc2_[§§constant(123)] = function(eventObject)
- {
- this[§§constant(119)](eventObject[§§constant(125)]);
- };
- _loc2_[§§constant(27)] = §§constant(28);
- _loc2_[§§constant(29)] = §§constant(28);
- _loc2_[§§constant(39)] = 146;
- _loc2_[§§constant(47)] = §§constant(28);
- _loc2_[§§constant(96)] = §§constant(28);
- _loc2_[§§constant(15)] = false;
- _loc2_[§§constant(85)] = §§constant(28);
- §§constant(126)(eval(§§constant(1))[§§constant(3)][§§constant(4)][§§constant(10)],null,1);
- break;
- }
- set("\x01",eval("\x01") + 446);
- §§push(true);
- }
- }
- }
-